From a9323856988a47ec4be41bfe223bd5acbca0c810 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Wed, 2 Feb 2005 00:12:05 +0000 Subject: [PATCH] bitkeeper revision 1.1159.212.65 (42001ad5CoYcWQyfGjSHSJBFeqFrLg) Make mmio_space() static inline. Signed-off-by: Arun Sharma Signed-off-by: ian.pratt@cl.cam.ac.uk --- xen/include/asm-x86/vmx_platform.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xen/include/asm-x86/vmx_platform.h b/xen/include/asm-x86/vmx_platform.h index ed4b234a0e..971f616286 100644 --- a/xen/include/asm-x86/vmx_platform.h +++ b/xen/include/asm-x86/vmx_platform.h @@ -81,11 +81,10 @@ struct virutal_platform_def { struct mi_per_cpu_info mpci; /* MMIO */ }; -extern int mmio_space(unsigned long); extern void handle_mmio(unsigned long, unsigned long, unsigned long); extern int vmx_setup_platform(struct exec_domain *, execution_context_t *); -extern inline int mmio_space(unsigned long gpa) +static inline int mmio_space(unsigned long gpa) { if (gpa >= VGA_SPACE_START && gpa < VGA_SPACE_END) { return 1; -- 2.30.2